08. Optional Material
Optional Material
If you enjoyed Sentiment Analysis, and you'd like to dive deeper into the topic, we've added two sections in the Extracurricular Material.
Sentiment Analysis with Andrew Trask: In this section/notebook, Andrew Trask (the author of Grokking Deep Learning) works out the IMDB example in detail by building a neural network in numpy.
Sentiment Prediction RNN: In this section, Mat Leonard builds a Recurrent Neural Network for sentiment analysis on TensorFlow.